type go.pact.im/x/pgxprocess.errRows

11 uses

	go.pact.im/x/pgxprocess (current package)
		errors.go#L20: type errRows struct{}
		errors.go#L22: func (errRows) Close() {}
		errors.go#L24: func (errRows) Err() error {
		errors.go#L28: func (errRows) CommandTag() pgconn.CommandTag {
		errors.go#L32: func (errRows) FieldDescriptions() []pgconn.FieldDescription {
		errors.go#L36: func (errRows) Next() bool {
		errors.go#L40: func (errRows) Scan(_ ...any) error {
		errors.go#L44: func (errRows) Values() ([]any, error) {
		errors.go#L48: func (errRows) RawValues() [][]byte {
		errors.go#L52: func (errRows) Conn() *pgx.Conn {
		errors.go#L63: 	return errRows{}, ErrNotConnected